home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / +ORC / Orc pac 4A / FILEZ.ZIP / CDATE.ZIP / CDATE.DOC next >
Encoding:
Text File  |  1996-09-30  |  972 b   |  50 lines

  1.      /*******************************\
  2.  
  3.        Greythorne's DOS Date Cracker
  4.  
  5.                October, 1996
  6.  
  7.      \*******************************/
  8.  
  9.  
  10.  
  11.          USAGE IS VERY SIMPLE:
  12.  
  13.  
  14. 1)  Make sure that CDATE.EXE is somewhere in your path
  15.  
  16. 2)  Execute your program to be date cracked like so:
  17.  
  18.         cdate golf.exe 01 25 1992
  19.  
  20.  
  21.     <<< That's it! >>>
  22.  
  23.  
  24.          SPECIAL NOTE: (For Windows'95 Users)
  25.  
  26.  Because Win'95 can run windows apps from the DOS box,
  27.  this program will datecrack Win'95 apps as well!
  28.  
  29. ALSO:
  30.  
  31.  To make thinks simple for yourself, try making
  32.  a batch file to type it in for you...
  33.  
  34.            ---------------------------
  35.            EXAMPLE BATCH FILE 'go.bat'
  36.            ---------------------------
  37.  
  38. @echo off
  39.  
  40. cdate GOLF.EXE 1 25 1992
  41.  
  42.  
  43.            -----------------------
  44.                 So Long, and
  45.  
  46.            ABOVE ALL, HAVE FUN !!!
  47.  
  48.                 -Greythorne-
  49.            -----------------------
  50.